github.com/andybalholm/brotli.hashComposite.hb (field)
14 uses
github.com/andybalholm/brotli (current package)
hash.go#L264: hb: &hashRolling{jump: 4},
hash.go#L297: hb: &hashRolling{jump: 4},
hash.go#L302: hb: &hashRolling{jump: 1},
hash_composite.go#L11: var b uint = h.hb.HashTypeLength()
hash_composite.go#L21: var b uint = h.hb.StoreLookahead()
hash_composite.go#L34: hb hasherHandle
hash_composite.go#L58: common_b = h.hb.Common()
hash_composite.go#L63: h.hb.Initialize(h.params)
hash_composite.go#L67: h.hb.Prepare(one_shot, input_size, data)
hash_composite.go#L72: h.hb.Store(data, mask, ix)
hash_composite.go#L77: h.hb.StoreRange(data, mask, ix_start, ix_end)
hash_composite.go#L82: h.hb.StitchToPreviousBlock(num_bytes, position, ringbuffer, ring_buffer_mask)
hash_composite.go#L87: h.hb.PrepareDistanceCache(distance_cache)
hash_composite.go#L92: h.hb.FindLongestMatch(dictionary, data, ring_buffer_mask, distance_cache, cur_ix, max_length, max_backward, gap, max_distance, out)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |